Global Index
HTML5 JS API Index > Indexed DB Tutorials & Specs

IDBVersionChangeEvent

Extends Event.

Properties
unsigned long long?
newVersion
Returns the new version of the database. See the steps for running a "versionchange" transaction.
unsigned long long
oldVersion
Returns the old version of the database.
Constructor
IDBVersionChangeEvent(DOMString type, optional IDBVersionChangeEventInit eventInitDict)